EtherCAT Motion Bus Concepts

To exchange data between the controller (master) and the devices (slaves), the KAS RuntimeClosedIn computer science, runtime (or run-time) describes the operation of a computer program, the duration of its execution, from beginning to termination (compare compile time). Within KAS, runtime also refers to the virtual machine that manage the program written in a computer language while it is running relies on the EtherCATClosedEtherCAT is an open, high-performance Ethernet-based fieldbus system. The development goal of EtherCAT was to apply Ethernet to automation applications which require short data update times (also called cycle times) with low communication jitter (for synchronization purposes) and low hardware costs motion bus. This communication can be done in two modes: cyclic and non-cyclic (mailbox).

In cyclic mode, a single frame containing the data of all slaves (input and output) travels along all slaves and goes back to the master. Data is read and/or written "on the fly" by each slave.

Slave device input and output data definitions:

  • Outputs are written by the master and read by the slave device
  • Inputs written by the slave device and read by the master

EtherCATProcessImage

This cyclic frame is called the EtherCAT Process Image. It contains the Process Data, which is defined during network initialization.

The cyclic data is grouped in predefined blocks called Process Data Objects or PDO.

If you want more in-depth information on EtherCAT, you can read the following chapters:


  • PDOs contain real-time cyclic data which is deterministic. Non-cyclic data is not deterministic and is defined by Service Data Objects (SDO).

References

Concept Link IconSee Also